home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo
- echo LISTS MANAGER VERSION 6.41
- echo HARD DISK INSTALLATION of UPDATE FILES
- echo {do NOT use for origional install}
- echo
- if exist %1:\%2\LISTS.EXE goto UPDATE1
- goto Helpinst
- :UPDATE1
- echo You can copy the update files of LISTS MANAGER to your hard disk by
- echo using this update/installation program. The program and data files
- echo required will be installed to the directory and drive you entered
- echo "%1:\%2" from the origional files on drive A:
- echo
- echo Your data files will not be changed in this process. It is however
- echo advisable to have a current backup of all of the directory to be
- echo updated, as well as using a copy of the update master. After this
- echo is completed enter 'U' from Menu 8, the LISTS UTILITIES Menu. Menu
- echo item 'U' is NOT listed but will function when the update files are
- echo present in the LISTS program directory. This update will add 3 lines
- echo of memo information to each record and will now keep track of how
- echo many names are in each list. The other significant change is the
- echo ability to subsort a list by zip or state.
- echo
- if "%1==" goto HELPINST
- echo
- echo The LISTS MANAGER will be updated on drive '%1:' directory '%2' (%1:\%2)
- echo
- ask Are you ready to continue with the update? (Y/N)
- if ERRORLEVEL 1 goto LISTS1
- goto END
- :LISTS1
- if exist %1:\%2\LISTS.EXE goto UPDATE2
- goto HELPINST
- :UPDATE2
- cls
- del %1:\%2\lists.exe
- del %1:\%2\l*.ovl
- del %1:\%2\listdrv.dbf
- del %1:\%2\listest.dbf
- del %1:\%2\tran.dbf
- del %1:\%2\*.mem
- del %1:\%2\l*.ntx
- cls
- echo
- echo
- echo Copying update files to drive %1:\%2
- echo
- copy LISTS.exe %1:\%2
- copy *.dbb %1:\%2
- copy *.mem %1:\%2
- cls
- echo
- echo
- echo The LISTS MANAGER vs 6.41 has been successfully updated on %1:\%2
- echo
- echo After you press return, the LISTS MANAGER program will be loaded
- echo from your hard disk. You will have to reinstall the parameters
- echo for the printing of labels and cards and you need to go to menu 8
- echo and enter a 'U' which is not a documented option to update your
- echo LISTS data files. A message identifying and confirming the update
- echo will appear on the bottom of your screen.
- echo
- echo Please review the update README.DOC with your copy of version 6.41
- goto End
- :HELPINST
- echo
- echo
- echo The LISTS UPDATE is aborted!
- echo
- echo Either:
- echo
- echo 1. The LISTS MANAGER files to update do not exist on drive %1:\%2
- echo please check drive and directory name before re-running install
- echo
- echo or
- echo
- echo 2. You entered the command incorrectly. The correct syntax is:
- echo
- echo "UPDATE drive directory"
- echo
- echo example: enter UPDATE C LISTS to update files in C:\LISTS\
- goto End
- echo
- echo
- echo Please try again, and be sure you have a backup before completing
- echo this update.
- :End
- echo
- echo
- pause
- cls